From 2e8a378ae3f9f974bf79cab0578368139d242adb Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 25 Sep 2012 13:40:00 +0100 Subject: [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle. We mostly did this as we went along, only a couple of minor number bumps were missed http://marc.info/?l=xen-devel&m=134366054929255&w=2: - Bumped libxl from 1.0.0 -> 1.0.1 - Bumped libxenstore from 3.0.1 -> 3.0.2 Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Campbell --- tools/libxl/Makefile | 2 +- tools/xenstore/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index af9939ffaa..298405181e 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -9,7 +9,7 @@ MAJOR = 2.0 MINOR = 0 XLUMAJOR = 1.0 -XLUMINOR = 0 +XLUMINOR = 1 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ -Wno-declaration-after-statement -Wformat-nonliteral diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 4ded89225b..9172d3ae60 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk MAJOR = 3.0 -MINOR = 1 +MINOR = 2 CFLAGS += -Werror CFLAGS += -I. -- 2.30.2